|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.runtime.Plugin
org.eclipse.vtp.desktop.projects.core.DesktopCorePlugin
public class DesktopCorePlugin
The main plugin class to be used in the desktop.
| Field Summary | |
|---|---|
static java.lang.String |
buildPathTemplate
|
static java.lang.String |
configTemplate
|
static java.lang.String |
fileTextTemplate
|
static java.lang.String |
personaPromptsTemplate
|
static java.util.HashMap |
projectMap
|
| Fields inherited from class org.eclipse.core.runtime.Plugin |
|---|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
| Constructor Summary | |
|---|---|
DesktopCorePlugin()
The constructor. |
|
| Method Summary | |
|---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent event)
|
static IApplicationProject |
convertToApplication(org.eclipse.core.resources.IProject project)
|
static IApplicationFragmentProject |
convertToApplicationFragment(org.eclipse.core.resources.IProject project)
|
void |
deferEvents(java.lang.String objectId)
|
java.util.Map |
getAxisJars()
|
org.osgi.framework.Bundle[] |
getBundles()
|
static DesktopCorePlugin |
getDefault()
Returns the shared instance. |
java.lang.String |
getInstallLocation()
|
java.util.ResourceBundle |
getResourceBundle()
Returns the plugin's resource bundle, |
static java.lang.String |
getResourceString(java.lang.String key)
Returns the string from the plugin's resource bundle, or 'key' if not found. |
static void |
initializeApplicationFragmentStructure(org.eclipse.core.resources.IProject newProject,
java.lang.String domainId,
java.lang.String name)
|
static void |
initializeApplicationStructure(org.eclipse.core.resources.IProject newProject,
java.lang.String domainId,
java.lang.String name)
|
static void |
initializeMediaStructure(org.eclipse.core.resources.IProject mediaRoot)
|
static void |
initializePersonaStructure(org.eclipse.core.resources.IProject newProject,
java.lang.String name,
java.lang.String domainId,
java.lang.String language,
java.lang.String languagePackId)
|
static boolean |
isApplicationFragmentProject(org.eclipse.core.resources.IProject project)
|
static boolean |
isApplicationProject(org.eclipse.core.resources.IProject project)
|
void |
postObjectEvent(ObjectEvent event)
|
void |
registerObjectListener(java.lang.String objectId,
ObjectListener l)
|
static void |
removeFromCache(IVoiceToolsDesignProject project)
|
void |
resumeEvents(java.lang.String objectId)
|
void |
start(org.osgi.framework.BundleContext context)
This method is called upon plug-in activation |
void |
stop(org.osgi.framework.BundleContext context)
This method is called when the plug-in is stopped |
void |
unregisterObjectListener(java.lang.String objectId,
ObjectListener l)
|
| Methods inherited from class org.eclipse.core.runtime.Plugin |
|---|
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String configTemplate
public static java.lang.String buildPathTemplate
public static java.lang.String personaPromptsTemplate
public static java.lang.String fileTextTemplate
public static java.util.HashMap projectMap
| Constructor Detail |
|---|
public DesktopCorePlugin()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
start in interface org.osgi.framework.BundleActivatorstart in class org.eclipse.core.runtime.Pluginjava.lang.Exception
public void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
stop in interface org.osgi.framework.BundleActivatorstop in class org.eclipse.core.runtime.Pluginjava.lang.Exceptionpublic static DesktopCorePlugin getDefault()
public static java.lang.String getResourceString(java.lang.String key)
public java.util.ResourceBundle getResourceBundle()
public static void initializeApplicationStructure(org.eclipse.core.resources.IProject newProject,
java.lang.String domainId,
java.lang.String name)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static void initializeApplicationFragmentStructure(org.eclipse.core.resources.IProject newProject,
java.lang.String domainId,
java.lang.String name)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static void initializeMediaStructure(org.eclipse.core.resources.IProject mediaRoot)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static void initializePersonaStructure(org.eclipse.core.resources.IProject newProject,
java.lang.String name,
java.lang.String domainId,
java.lang.String language,
java.lang.String languagePackId)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static IApplicationProject convertToApplication(org.eclipse.core.resources.IProject project)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic static void removeFromCache(IVoiceToolsDesignProject project)
public static IApplicationFragmentProject convertToApplicationFragment(org.eclipse.core.resources.IProject project)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic java.util.Map getAxisJars()
public void registerObjectListener(java.lang.String objectId,
ObjectListener l)
public void unregisterObjectListener(java.lang.String objectId,
ObjectListener l)
public void postObjectEvent(ObjectEvent event)
public void deferEvents(java.lang.String objectId)
public void resumeEvents(java.lang.String objectId)
public static boolean isApplicationProject(org.eclipse.core.resources.IProject project)
public static boolean isApplicationFragmentProject(org.eclipse.core.resources.IProject project)
public void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged in interface org.osgi.framework.BundleListenerpublic org.osgi.framework.Bundle[] getBundles()
public java.lang.String getInstallLocation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||